projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
27c0fbf
)
(eshell-modifier-help-string): Fix typos.
author
Juanma Barranquero
<lekktu@gmail.com>
Tue, 18 Jun 2002 14:35:10 +0000
(14:35 +0000)
committer
Juanma Barranquero
<lekktu@gmail.com>
Tue, 18 Jun 2002 14:35:10 +0000
(14:35 +0000)
lisp/eshell/em-pred.el
patch
|
blob
|
history
diff --git
a/lisp/eshell/em-pred.el
b/lisp/eshell/em-pred.el
index 095dd797585e8e3a805de773ade37b5b1ece67dd..1c00156cf8d84525bfb9594bd0222570b06c20bc 100644
(file)
--- a/
lisp/eshell/em-pred.el
+++ b/
lisp/eshell/em-pred.el
@@
-218,7
+218,7
@@
FOR SINGLE ARGUMENTS, or each argument of a list of strings:
q escape special characters
S split string at any whitespace character
- S/PAT/ split string at each occur
a
nce of PAT
+ S/PAT/ split string at each occur
re
nce of PAT
FOR LISTS OF ARGUMENTS:
o sort alphabetically
@@
-232,7
+232,7
@@
FOR LISTS OF ARGUMENTS:
x/PAT/ exclude all members matching PAT
s/pat/match/ substitute PAT with MATCH
- g/pat/match/ substitute PAT with MATCH for all occur
a
nces
+ g/pat/match/ substitute PAT with MATCH for all occur
re
nces
EXAMPLES:
*.c(:o) sorted list of .c files")